Handle.getPixbuf

Returns the pixbuf loaded by @handle. The pixbuf returned will be reffed, so the caller of this function must assume that ref.

API ordering: This function must be called on a fully-loaded @handle. See the section "API ordering" for details.

This function depends on the [class@Rsvg.Handle]'s dots-per-inch value (DPI) to compute the "natural size" of the document in pixels, so you should call [method@Rsvg.Handle.set_dpi] beforehand.

class Handle
getPixbuf
()

Return Value

Type: Pixbuf

A pixbuf, or %NULL on error. during rendering.

Meta